home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / dumpsize / dumpsize.man < prev    next >
Encoding:
Text File  |  1990-12-18  |  1.6 KB  |  48 lines

  1. '\" Copyright 1990 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/admin/dumpsize/RCS/dumpsize.man,v 1.1 90/12/17 18:46:35 kupfer Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS DUMPSIZE cmds
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. dumpsize \- Calculate size of dumps on a tape
  17. .SH SYNOPSIS
  18. \fBdumpsize\fR \fItapeNum\fR \fIdatesFile\fR
  19. .SH OPTIONS
  20. .IP "\fItapeNum\fR" 15
  21. The number of the tape in question.
  22. .IP "\fIdatesFile\fR" 15
  23. The path of the 
  24. .B dumpdates
  25. file.
  26. .BE
  27.  
  28. .SH DESCRIPTION
  29. .PP
  30. This script grovels over the
  31. .B dumpdates
  32. file and calculates how much space on the tape is taken by the dumps,
  33. file marks, etc.  The tape number is the first argument.  (Each dump
  34. tape has a number, which is written on the tape and its case.)  The
  35. second argument is the path of the
  36. .B dumpdates
  37. file, usually
  38. .BR /sprite/admin/dump/dumpdates .
  39. .PP
  40. The output from the script gives how much space is taken for each
  41. day's dumps (including a guess at how much is needed for file marks)
  42. and the total space taken on the tape.  This lets you guess how much
  43. space will be needed for another day's dumps and whether it will fit
  44. on the given tape.  (Allow 2 gigabytes for an Exabyte cassette.)
  45.  
  46. .SH KEYWORDS
  47. dump, tape, backup, restore
  48.